home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Mozilla Weave 0.2.7 / latest-weave.xpi / chrome / sync.jar / content / sync.css < prev    next >
Cascading Style Sheet File  |  2008-07-08  |  343b  |  12 lines

  1. #sync-menu-button, #sync-menu-button[status="offline"] {
  2.   list-style-image: url("chrome://weave/skin/sync-16x16.png");
  3. }
  4.  
  5. #sync-menu-button[status="idle"] {
  6.   list-style-image: url("chrome://weave/skin/sync-16x16.png");
  7. }
  8.  
  9. #sync-menu-button[status="active"] {
  10.   list-style-image: url("chrome://weave/skin/sync-throbber-16x16-active.apng");
  11. }
  12.